DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface / Definition Property

In This Topic
    Definition Property
    In This Topic
    Gets an C1.LiveLinq.Indexing.Index<T> or a C1.LiveLinq.Indexing.Subindex<T> definition on which the scanner is based.
    Syntax
    'Declaration
     
    ReadOnly Property Definition As IndexDefinition(Of T)
    IndexDefinition<T> Definition {get;}

    Property Value

    For a subindex scanner, returns a C1.LiveLinq.Indexing.Subindex<T>. For an index scanner, returns the same C1.LiveLinq.Indexing.Index<T> object as the scanner itself.
    See Also